Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 06:58:14 +0000 (06:58 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 06:58:14 +0000 (06:58 +0000)
lisp/international/characters.el

index d856693261baf69e02a53a29cd3d1e4639ee6d05..eca68f559304fc774e5e93a8ef965dfa826285b1 100644 (file)
   ;; Latin Extended-A, Latin Extended-B, IPA
   (setq c #x0100)
   (while (<= c #x02AF)
-    (modify-category-entry (decode-char 'ucs c) ?l))
+    (modify-category-entry (decode-char 'ucs c) ?l)
+    (setq c (1+ 1)))
 
   (setq c #x0100)
   (while (<= c #x0177)